home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / cnet / top10lists.lha / Top10List.README! < prev   
Text File  |  1995-10-07  |  3KB  |  63 lines

  1. ============================================================================
  2.     Dave Lettermen's Top 10 Lists, Converted to CNet Amiga by Dotoran!
  3. ============================================================================
  4.  
  5.     The original author of this file is Dave Cole, who converted this file
  6. from SkyLine BBS to run on the DLG BBS.
  7.  
  8.     The Main Arexx Command file is a complete rewrite by me, while the "List"
  9. files are the originals used by Dave Cole.
  10.  
  11. To Install:
  12. ~~~~~~~~~~~
  13.     Copy the "Top10Lists/" directory into your PFILES: directory, then add
  14. this line somewhere in your LOGON sequence:
  15.  
  16.         {#0pfiles:Top10Lists/Top10List}
  17.         ^
  18.     Control-Q
  19.  
  20.     That's It! The next caller to use your logon sequence will be shown a
  21. random Top 10 List taken from the David Letterman Show.
  22.                                   ~~~~~~~~~~~~~~~~~~~~
  23.  
  24. SysOp Configurability:
  25. ~~~~~~~~~~~~~~~~~~~~~
  26.     Near the beginning of the Arexx Command file "Top10List" are three SysOp
  27. Definable Variables you will want to set for your own unique system:
  28.  
  29. city   = 'Buffalo'            /* Edit the City  your bbs is located in.   */
  30. state  = 'New York'           /* Edit the State your bbs is located in.   */
  31.  
  32.     These variables are used in the Title Lines at the top of each list to
  33. produce the "And from our home office in, etc."
  34.  
  35. config = 'c d f b c 6 b a 1'  /* Edit the Colors & Wait Time. See README! */
  36.  
  37.     This variable contains 8 MCI Color Codes and 1 WAIT Number(used in the
  38. MCI \W command). All characters are separated with at least ONE space. The
  39. order of each character is as follows:
  40.  
  41.                                                     c d f b c 6 b a 1
  42. Text String: "David Letterman's Top Ten Lister" ----' | | | | | | | |
  43. Text String: "Converted to Amiga CNet by Dotoran" ----' | | | | | | |
  44. Text String: "And From Our Home Office In, etc." -------' | | | | | |
  45. Text String: The Subject For This Top Ten List. ----------' | | | | |
  46.  Characters: The ='s Under the Subject Text. ---------------' | | | |
  47.  Characters: The Top Ten Item Number (10 thru 1). ------------' | | |
  48.  Characters: The > sign Following Item Number. -----------------' | |
  49. Text String: The Top Ten Item Text String. -----------------------' |
  50. MCI WAIT \W: 0=No Wait, 9=LONG, LONG Wait! -------------------------'
  51.  
  52.  
  53.  NEW: Added an error checking routine, which was being called, but did not
  54. v1.2:   exist in the coding.
  55.     : Added a CHANGEWHERE to tell others when this was being used.
  56.     : Added a "no more mode" command, so as to make the display progress
  57.     :   without the need to stop for more? input.
  58.     : Added a proper version string.
  59.  
  60. ============================================================================
  61.         A Conversion By Dotoran of Frontiers BBS (716)/823-9892!
  62. ============================================================================
  63.